pub struct GraphEscape {
pub source: String,
pub target: String,
}Fields§
§source: String§target: StringTrait Implementations§
Source§impl Clone for GraphEscape
impl Clone for GraphEscape
Source§fn clone(&self) -> GraphEscape
fn clone(&self) -> GraphEscape
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GraphEscape
impl Debug for GraphEscape
Auto Trait Implementations§
impl Freeze for GraphEscape
impl RefUnwindSafe for GraphEscape
impl Send for GraphEscape
impl Sync for GraphEscape
impl Unpin for GraphEscape
impl UnsafeUnpin for GraphEscape
impl UnwindSafe for GraphEscape
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