pub struct FrankenSignContent<'a> { /* private fields */ }Available on (32-bit or 64-bit) and (crate features
test-utils) only.Implementations§
Trait Implementations§
Source§impl<'a> Clone for FrankenSignContent<'a>
impl<'a> Clone for FrankenSignContent<'a>
Source§fn clone(&self) -> FrankenSignContent<'a>
fn clone(&self) -> FrankenSignContent<'a>
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<'a> Debug for FrankenSignContent<'a>
impl<'a> Debug for FrankenSignContent<'a>
Source§impl<'a> PartialEq for FrankenSignContent<'a>
impl<'a> PartialEq for FrankenSignContent<'a>
Source§impl<'a> Serialize for &FrankenSignContent<'a>
impl<'a> Serialize for &FrankenSignContent<'a>
Source§impl<'a> Serialize for FrankenSignContent<'a>
impl<'a> Serialize for FrankenSignContent<'a>
Source§impl<'a> Size for &FrankenSignContent<'a>
impl<'a> Size for &FrankenSignContent<'a>
fn tls_serialized_len(&self) -> usize
Source§impl<'a> Size for FrankenSignContent<'a>
impl<'a> Size for FrankenSignContent<'a>
fn tls_serialized_len(&self) -> usize
impl<'a> Eq for FrankenSignContent<'a>
impl<'a> StructuralPartialEq for FrankenSignContent<'a>
Auto Trait Implementations§
impl<'a> Freeze for FrankenSignContent<'a>
impl<'a> RefUnwindSafe for FrankenSignContent<'a>
impl<'a> Send for FrankenSignContent<'a>
impl<'a> Sync for FrankenSignContent<'a>
impl<'a> Unpin for FrankenSignContent<'a>
impl<'a> UnwindSafe for FrankenSignContent<'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
§impl<T> Classify for T
impl<T> Classify for T
type Classified = T
fn classify(self) -> T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Declassify for T
impl<T> Declassify for T
type Declassified = T
fn declassify(self) -> T
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more