Struct sshpuffin::protocol::SshProtocolTypes
source · pub struct SshProtocolTypes;
Trait Implementations§
source§impl Claim<SshProtocolTypes> for SshClaim
impl Claim<SshProtocolTypes> for SshClaim
fn agent_name(&self) -> AgentName
fn id(&self) -> TypeShape<SshProtocolTypes>
fn inner(&self) -> Box<dyn EvaluatedTerm<SshProtocolTypes>>
source§impl Clone for SshProtocolTypes
impl Clone for SshProtocolTypes
source§fn clone(&self) -> SshProtocolTypes
fn clone(&self) -> SshProtocolTypes
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SshProtocolTypes
impl Debug for SshProtocolTypes
source§impl<'de> Deserialize<'de> for SshProtocolTypes
impl<'de> Deserialize<'de> for SshProtocolTypes
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for SshProtocolTypes
impl Display for SshProtocolTypes
source§impl EvaluatedTerm<SshProtocolTypes> for [u8; 16]
impl EvaluatedTerm<SshProtocolTypes> for [u8; 16]
source§fn extract_knowledge<'a>(
&'a self,
knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>,
matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>,
source: &'a Source,
) -> Result<(), Error>
fn extract_knowledge<'a>( &'a self, knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>, matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>, source: &'a Source, ) -> Result<(), Error>
Fill
knowledges
with new knowledge gathered form the type implementing EvaluatedTerm
by recursively calling extract_knowledge on all contained element
This will put source as the source of all the produced knowledge, matcher is also passed
recursively but might be overwritten by a type with a more specific matchersource§impl EvaluatedTerm<SshProtocolTypes> for Box<SshClaimInner>
impl EvaluatedTerm<SshProtocolTypes> for Box<SshClaimInner>
source§fn extract_knowledge<'a>(
&'a self,
_knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>,
_matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>,
_source: &'a Source,
) -> Result<(), Error>
fn extract_knowledge<'a>( &'a self, _knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>, _matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>, _source: &'a Source, ) -> Result<(), Error>
Fill
knowledges
with new knowledge gathered form the type implementing EvaluatedTerm
by recursively calling extract_knowledge on all contained element
This will put source as the source of all the produced knowledge, matcher is also passed
recursively but might be overwritten by a type with a more specific matchersource§impl EvaluatedTerm<SshProtocolTypes> for CompressionAlgorithms
impl EvaluatedTerm<SshProtocolTypes> for CompressionAlgorithms
source§fn extract_knowledge<'a>(
&'a self,
knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>,
matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>,
source: &'a Source,
) -> Result<(), Error>
fn extract_knowledge<'a>( &'a self, knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>, matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>, source: &'a Source, ) -> Result<(), Error>
Fill
knowledges
with new knowledge gathered form the type implementing EvaluatedTerm
by recursively calling extract_knowledge on all contained element
This will put source as the source of all the produced knowledge, matcher is also passed
recursively but might be overwritten by a type with a more specific matchersource§impl EvaluatedTerm<SshProtocolTypes> for EncryptionAlgorithms
impl EvaluatedTerm<SshProtocolTypes> for EncryptionAlgorithms
source§fn extract_knowledge<'a>(
&'a self,
knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>,
matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>,
source: &'a Source,
) -> Result<(), Error>
fn extract_knowledge<'a>( &'a self, knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>, matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>, source: &'a Source, ) -> Result<(), Error>
Fill
knowledges
with new knowledge gathered form the type implementing EvaluatedTerm
by recursively calling extract_knowledge on all contained element
This will put source as the source of all the produced knowledge, matcher is also passed
recursively but might be overwritten by a type with a more specific matchersource§impl EvaluatedTerm<SshProtocolTypes> for KexAlgorithms
impl EvaluatedTerm<SshProtocolTypes> for KexAlgorithms
source§fn extract_knowledge<'a>(
&'a self,
knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>,
matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>,
source: &'a Source,
) -> Result<(), Error>
fn extract_knowledge<'a>( &'a self, knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>, matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>, source: &'a Source, ) -> Result<(), Error>
Fill
knowledges
with new knowledge gathered form the type implementing EvaluatedTerm
by recursively calling extract_knowledge on all contained element
This will put source as the source of all the produced knowledge, matcher is also passed
recursively but might be overwritten by a type with a more specific matchersource§impl EvaluatedTerm<SshProtocolTypes> for MacAlgorithms
impl EvaluatedTerm<SshProtocolTypes> for MacAlgorithms
source§fn extract_knowledge<'a>(
&'a self,
knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>,
matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>,
source: &'a Source,
) -> Result<(), Error>
fn extract_knowledge<'a>( &'a self, knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>, matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>, source: &'a Source, ) -> Result<(), Error>
Fill
knowledges
with new knowledge gathered form the type implementing EvaluatedTerm
by recursively calling extract_knowledge on all contained element
This will put source as the source of all the produced knowledge, matcher is also passed
recursively but might be overwritten by a type with a more specific matchersource§impl EvaluatedTerm<SshProtocolTypes> for NameList
impl EvaluatedTerm<SshProtocolTypes> for NameList
source§fn extract_knowledge<'a>(
&'a self,
knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>,
matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>,
source: &'a Source,
) -> Result<(), Error>
fn extract_knowledge<'a>( &'a self, knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>, matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>, source: &'a Source, ) -> Result<(), Error>
Fill
knowledges
with new knowledge gathered form the type implementing EvaluatedTerm
by recursively calling extract_knowledge on all contained element
This will put source as the source of all the produced knowledge, matcher is also passed
recursively but might be overwritten by a type with a more specific matchersource§impl EvaluatedTerm<SshProtocolTypes> for OnWireData
impl EvaluatedTerm<SshProtocolTypes> for OnWireData
source§fn extract_knowledge<'a>(
&'a self,
knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>,
matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>,
source: &'a Source,
) -> Result<(), Error>
fn extract_knowledge<'a>( &'a self, knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>, matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>, source: &'a Source, ) -> Result<(), Error>
Fill
knowledges
with new knowledge gathered form the type implementing EvaluatedTerm
by recursively calling extract_knowledge on all contained element
This will put source as the source of all the produced knowledge, matcher is also passed
recursively but might be overwritten by a type with a more specific matchersource§impl<T: EvaluatedTerm<SshProtocolTypes> + Clone + 'static> EvaluatedTerm<SshProtocolTypes> for Option<T>
impl<T: EvaluatedTerm<SshProtocolTypes> + Clone + 'static> EvaluatedTerm<SshProtocolTypes> for Option<T>
source§fn extract_knowledge<'a>(
&'a self,
knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>,
matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>,
source: &'a Source,
) -> Result<(), Error>
fn extract_knowledge<'a>( &'a self, knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>, matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>, source: &'a Source, ) -> Result<(), Error>
Fill
knowledges
with new knowledge gathered form the type implementing EvaluatedTerm
by recursively calling extract_knowledge on all contained element
This will put source as the source of all the produced knowledge, matcher is also passed
recursively but might be overwritten by a type with a more specific matchersource§impl EvaluatedTerm<SshProtocolTypes> for RawSshMessage
impl EvaluatedTerm<SshProtocolTypes> for RawSshMessage
source§fn extract_knowledge<'a>(
&'a self,
knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>,
matcher: Option<SshQueryMatcher>,
source: &'a Source,
) -> Result<(), Error>
fn extract_knowledge<'a>( &'a self, knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>, matcher: Option<SshQueryMatcher>, source: &'a Source, ) -> Result<(), Error>
Fill
knowledges
with new knowledge gathered form the type implementing EvaluatedTerm
by recursively calling extract_knowledge on all contained element
This will put source as the source of all the produced knowledge, matcher is also passed
recursively but might be overwritten by a type with a more specific matchersource§impl EvaluatedTerm<SshProtocolTypes> for RawSshMessageFlight
impl EvaluatedTerm<SshProtocolTypes> for RawSshMessageFlight
source§fn extract_knowledge<'a>(
&'a self,
knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>,
matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>,
source: &'a Source,
) -> Result<(), Error>
fn extract_knowledge<'a>( &'a self, knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>, matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>, source: &'a Source, ) -> Result<(), Error>
Fill
knowledges
with new knowledge gathered form the type implementing EvaluatedTerm
by recursively calling extract_knowledge on all contained element
This will put source as the source of all the produced knowledge, matcher is also passed
recursively but might be overwritten by a type with a more specific matchersource§impl EvaluatedTerm<SshProtocolTypes> for SignatureSchemes
impl EvaluatedTerm<SshProtocolTypes> for SignatureSchemes
source§fn extract_knowledge<'a>(
&'a self,
knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>,
matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>,
source: &'a Source,
) -> Result<(), Error>
fn extract_knowledge<'a>( &'a self, knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>, matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>, source: &'a Source, ) -> Result<(), Error>
Fill
knowledges
with new knowledge gathered form the type implementing EvaluatedTerm
by recursively calling extract_knowledge on all contained element
This will put source as the source of all the produced knowledge, matcher is also passed
recursively but might be overwritten by a type with a more specific matchersource§impl EvaluatedTerm<SshProtocolTypes> for SshClaim
impl EvaluatedTerm<SshProtocolTypes> for SshClaim
source§fn extract_knowledge<'a>(
&'a self,
_knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>,
_matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>,
_source: &'a Source,
) -> Result<(), Error>
fn extract_knowledge<'a>( &'a self, _knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>, _matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>, _source: &'a Source, ) -> Result<(), Error>
Fill
knowledges
with new knowledge gathered form the type implementing EvaluatedTerm
by recursively calling extract_knowledge on all contained element
This will put source as the source of all the produced knowledge, matcher is also passed
recursively but might be overwritten by a type with a more specific matchersource§impl EvaluatedTerm<SshProtocolTypes> for SshMessage
impl EvaluatedTerm<SshProtocolTypes> for SshMessage
source§fn extract_knowledge<'a>(
&'a self,
knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>,
matcher: Option<SshQueryMatcher>,
source: &'a Source,
) -> Result<(), Error>
fn extract_knowledge<'a>( &'a self, knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>, matcher: Option<SshQueryMatcher>, source: &'a Source, ) -> Result<(), Error>
Fill
knowledges
with new knowledge gathered form the type implementing EvaluatedTerm
by recursively calling extract_knowledge on all contained element
This will put source as the source of all the produced knowledge, matcher is also passed
recursively but might be overwritten by a type with a more specific matchersource§impl EvaluatedTerm<SshProtocolTypes> for SshMessageFlight
impl EvaluatedTerm<SshProtocolTypes> for SshMessageFlight
source§fn extract_knowledge<'a>(
&'a self,
knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>,
matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>,
source: &'a Source,
) -> Result<(), Error>
fn extract_knowledge<'a>( &'a self, knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>, matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>, source: &'a Source, ) -> Result<(), Error>
Fill
knowledges
with new knowledge gathered form the type implementing EvaluatedTerm
by recursively calling extract_knowledge on all contained element
This will put source as the source of all the produced knowledge, matcher is also passed
recursively but might be overwritten by a type with a more specific matchersource§impl EvaluatedTerm<SshProtocolTypes> for String
impl EvaluatedTerm<SshProtocolTypes> for String
source§fn extract_knowledge<'a>(
&'a self,
knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>,
matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>,
source: &'a Source,
) -> Result<(), Error>
fn extract_knowledge<'a>( &'a self, knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>, matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>, source: &'a Source, ) -> Result<(), Error>
Fill
knowledges
with new knowledge gathered form the type implementing EvaluatedTerm
by recursively calling extract_knowledge on all contained element
This will put source as the source of all the produced knowledge, matcher is also passed
recursively but might be overwritten by a type with a more specific matchersource§impl<T: EvaluatedTerm<SshProtocolTypes> + Clone + 'static> EvaluatedTerm<SshProtocolTypes> for Vec<T>
impl<T: EvaluatedTerm<SshProtocolTypes> + Clone + 'static> EvaluatedTerm<SshProtocolTypes> for Vec<T>
source§fn extract_knowledge<'a>(
&'a self,
knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>,
matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>,
source: &'a Source,
) -> Result<(), Error>
fn extract_knowledge<'a>( &'a self, knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>, matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>, source: &'a Source, ) -> Result<(), Error>
Fill
knowledges
with new knowledge gathered form the type implementing EvaluatedTerm
by recursively calling extract_knowledge on all contained element
This will put source as the source of all the produced knowledge, matcher is also passed
recursively but might be overwritten by a type with a more specific matchersource§impl EvaluatedTerm<SshProtocolTypes> for bool
impl EvaluatedTerm<SshProtocolTypes> for bool
source§fn extract_knowledge<'a>(
&'a self,
_knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>,
_matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>,
_source: &'a Source,
) -> Result<(), Error>
fn extract_knowledge<'a>( &'a self, _knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>, _matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>, _source: &'a Source, ) -> Result<(), Error>
Fill
knowledges
with new knowledge gathered form the type implementing EvaluatedTerm
by recursively calling extract_knowledge on all contained element
This will put source as the source of all the produced knowledge, matcher is also passed
recursively but might be overwritten by a type with a more specific matchersource§impl EvaluatedTerm<SshProtocolTypes> for u64
impl EvaluatedTerm<SshProtocolTypes> for u64
source§fn extract_knowledge<'a>(
&'a self,
knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>,
matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>,
source: &'a Source,
) -> Result<(), Error>
fn extract_knowledge<'a>( &'a self, knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>, matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>, source: &'a Source, ) -> Result<(), Error>
Fill
knowledges
with new knowledge gathered form the type implementing EvaluatedTerm
by recursively calling extract_knowledge on all contained element
This will put source as the source of all the produced knowledge, matcher is also passed
recursively but might be overwritten by a type with a more specific matchersource§impl EvaluatedTerm<SshProtocolTypes> for u8
impl EvaluatedTerm<SshProtocolTypes> for u8
source§fn extract_knowledge<'a>(
&'a self,
knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>,
matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>,
source: &'a Source,
) -> Result<(), Error>
fn extract_knowledge<'a>( &'a self, knowledges: &mut Vec<Knowledge<'a, SshProtocolTypes>>, matcher: Option<<SshProtocolTypes as ProtocolTypes>::Matcher>, source: &'a Source, ) -> Result<(), Error>
Fill
knowledges
with new knowledge gathered form the type implementing EvaluatedTerm
by recursively calling extract_knowledge on all contained element
This will put source as the source of all the produced knowledge, matcher is also passed
recursively but might be overwritten by a type with a more specific matchersource§impl Hash for SshProtocolTypes
impl Hash for SshProtocolTypes
source§impl ProtocolMessage<SshProtocolTypes, RawSshMessage> for SshMessage
impl ProtocolMessage<SshProtocolTypes, RawSshMessage> for SshMessage
fn create_opaque(&self) -> RawSshMessage
fn debug(&self, info: &str)
source§impl ProtocolMessageDeframer<SshProtocolTypes> for SshMessageDeframer
impl ProtocolMessageDeframer<SshProtocolTypes> for SshMessageDeframer
type OpaqueProtocolMessage = RawSshMessage
fn pop_frame(&mut self) -> Option<RawSshMessage>
fn read(&mut self, rd: &mut dyn Read) -> Result<usize>
source§impl ProtocolMessageFlight<SshProtocolTypes, SshMessage, RawSshMessage, RawSshMessageFlight> for SshMessageFlight
impl ProtocolMessageFlight<SshProtocolTypes, SshMessage, RawSshMessage, RawSshMessageFlight> for SshMessageFlight
source§impl ProtocolTypes for SshProtocolTypes
impl ProtocolTypes for SshProtocolTypes
Auto Trait Implementations§
impl Freeze for SshProtocolTypes
impl RefUnwindSafe for SshProtocolTypes
impl Send for SshProtocolTypes
impl Sync for SshProtocolTypes
impl Unpin for SshProtocolTypes
impl UnwindSafe for SshProtocolTypes
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneAny for T
impl<T> CloneAny for T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<Tail, T> Prepend<T> for Tail
impl<Tail, T> Prepend<T> for Tail
§type PreprendResult = Tail
type PreprendResult = Tail
The Resulting [
TupleList
], of an [Prepend::prepend()
] call,
including the prepended entry.