pub struct Smb2EncryptionCapabilities {
pub data_length: u16,
pub ciphers: Vec<CipherId>,
}Fields§
§data_length: u16§ciphers: Vec<CipherId>Trait Implementations§
Source§impl Clone for Smb2EncryptionCapabilities
impl Clone for Smb2EncryptionCapabilities
Source§fn clone(&self) -> Smb2EncryptionCapabilities
fn clone(&self) -> Smb2EncryptionCapabilities
Returns a duplicate 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 Smb2EncryptionCapabilities
impl Debug for Smb2EncryptionCapabilities
Source§impl<'de> Deserialize<'de> for Smb2EncryptionCapabilities
impl<'de> Deserialize<'de> for Smb2EncryptionCapabilities
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
impl StructuralPartialEq for Smb2EncryptionCapabilities
Auto Trait Implementations§
impl Freeze for Smb2EncryptionCapabilities
impl RefUnwindSafe for Smb2EncryptionCapabilities
impl Send for Smb2EncryptionCapabilities
impl Sync for Smb2EncryptionCapabilities
impl Unpin for Smb2EncryptionCapabilities
impl UnwindSafe for Smb2EncryptionCapabilities
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