pub struct EnvelopeIds {
pub ids: Vec<EnvelopeId>,
}Fields§
§ids: Vec<EnvelopeId>Auto Trait Implementations§
impl Freeze for EnvelopeIds
impl RefUnwindSafe for EnvelopeIds
impl Send for EnvelopeIds
impl Sync for EnvelopeIds
impl Unpin for EnvelopeIds
impl UnwindSafe for EnvelopeIds
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