pub enum EnvelopeLink {
SealedLink(Box<SealedEnvelopeId>),
Link(EnvelopeId),
}Variants§
SealedLink(Box<SealedEnvelopeId>)
Link(EnvelopeId)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EnvelopeLink
impl RefUnwindSafe for EnvelopeLink
impl Send for EnvelopeLink
impl Sync for EnvelopeLink
impl Unpin for EnvelopeLink
impl UnwindSafe for EnvelopeLink
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