pub struct DestinationArgs<'a> {
    pub id: u64,
    pub name: Option<WIPOffset<&'a str>>,
    pub type_: Option<WIPOffset<&'a str>>,
}Fields§
§id: u64§name: Option<WIPOffset<&'a str>>§type_: Option<WIPOffset<&'a str>>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DestinationArgs<'a>
impl<'a> RefUnwindSafe for DestinationArgs<'a>
impl<'a> Send for DestinationArgs<'a>
impl<'a> Sync for DestinationArgs<'a>
impl<'a> Unpin for DestinationArgs<'a>
impl<'a> UnwindSafe for DestinationArgs<'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