pub struct Trailer<'a> { /* private fields */ }
Implementations§
source§impl Trailer<'_>
impl Trailer<'_>
pub fn get_signature_length(&self) -> Option<SignatureLength>
pub fn get_signature(&self) -> Option<Signature>
pub fn get_check_sum(&self) -> CheckSum
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Trailer<'a>
impl<'a> RefUnwindSafe for Trailer<'a>
impl<'a> !Send for Trailer<'a>
impl<'a> !Sync for Trailer<'a>
impl<'a> Unpin for Trailer<'a>
impl<'a> UnwindSafe for Trailer<'a>
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