pub struct GraphDuration;
Implementations§
Trait Implementations§
Source§impl Clone for GraphDuration
impl Clone for GraphDuration
Source§fn clone(&self) -> GraphDuration
fn clone(&self) -> GraphDuration
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for GraphDuration
impl RefUnwindSafe for GraphDuration
impl Send for GraphDuration
impl Sync for GraphDuration
impl Unpin for GraphDuration
impl UnwindSafe for GraphDuration
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