pub struct MissingRef {
pub edge_from: String,
pub edge_to: String,
pub missing_node: String,
}Fields§
§edge_from: String§edge_to: String§missing_node: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for MissingRef
impl RefUnwindSafe for MissingRef
impl Send for MissingRef
impl Sync for MissingRef
impl Unpin for MissingRef
impl UnsafeUnpin for MissingRef
impl UnwindSafe for MissingRef
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