pub struct TlsBlockScope {
pub entries: Vec<TlsBlock>,
}Expand description
Fields§
§entries: Vec<TlsBlock>Trait Implementations§
Source§impl Clone for TlsBlockScope
impl Clone for TlsBlockScope
Source§fn clone(&self) -> TlsBlockScope
fn clone(&self) -> TlsBlockScope
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 TlsBlockScope
impl Debug for TlsBlockScope
Source§impl Deserializable for TlsBlockScope
impl Deserializable for TlsBlockScope
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<TlsBlockScope> for TlsBlock
impl From<TlsBlockScope> for TlsBlock
Source§fn from(x: TlsBlockScope) -> Self
fn from(x: TlsBlockScope) -> Self
Converts to this type from the input type.
Source§impl Identifiable for TlsBlockScope
impl Identifiable for TlsBlockScope
Source§const CONSTRUCTOR_ID: u32 = 0xb55d9942
const CONSTRUCTOR_ID: u32 = 0xb55d9942
The constructor ID as specified in the TL schema.
Source§impl PartialEq for TlsBlockScope
impl PartialEq for TlsBlockScope
Source§impl Serializable for TlsBlockScope
impl Serializable for TlsBlockScope
Source§impl TryFrom<TlsBlock> for TlsBlockScope
impl TryFrom<TlsBlock> for TlsBlockScope
impl StructuralPartialEq for TlsBlockScope
Auto Trait Implementations§
impl Freeze for TlsBlockScope
impl RefUnwindSafe for TlsBlockScope
impl Send for TlsBlockScope
impl Sync for TlsBlockScope
impl Unpin for TlsBlockScope
impl UnsafeUnpin for TlsBlockScope
impl UnwindSafe for TlsBlockScope
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