pub struct Variant<'fds, 'buf> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Signature for Variant<'_, '_>
impl Signature for Variant<'_, '_>
fn signature() -> Type
fn alignment() -> usize
Source§fn sig_str(s_buf: &mut SignatureBuffer)
fn sig_str(s_buf: &mut SignatureBuffer)
Appends the signature of the type to the
SignatureBuffer
. Read moreAuto Trait Implementations§
impl<'fds, 'buf> Freeze for Variant<'fds, 'buf>
impl<'fds, 'buf> RefUnwindSafe for Variant<'fds, 'buf>
impl<'fds, 'buf> Send for Variant<'fds, 'buf>
impl<'fds, 'buf> Sync for Variant<'fds, 'buf>
impl<'fds, 'buf> Unpin for Variant<'fds, 'buf>
impl<'fds, 'buf> UnwindSafe for Variant<'fds, 'buf>
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