pub struct YarnOption {
pub line: Line,
pub id: u32,
pub destination_node: String,
}Fields§
§line: Line§id: u32§destination_node: StringAuto Trait Implementations§
impl Freeze for YarnOption
impl RefUnwindSafe for YarnOption
impl Send for YarnOption
impl Sync for YarnOption
impl Unpin for YarnOption
impl UnwindSafe for YarnOption
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