pub struct LeaseBinding<'a> {
pub graph_id: &'a str,
pub graph_version: &'a str,
pub run_id: &'a str,
pub node_id: &'a str,
}Fields§
§graph_id: &'a str§graph_version: &'a str§run_id: &'a str§node_id: &'a strTrait Implementations§
Source§impl<'a> Clone for LeaseBinding<'a>
impl<'a> Clone for LeaseBinding<'a>
Source§fn clone(&self) -> LeaseBinding<'a>
fn clone(&self) -> LeaseBinding<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'a> Copy for LeaseBinding<'a>
Auto Trait Implementations§
impl<'a> Freeze for LeaseBinding<'a>
impl<'a> RefUnwindSafe for LeaseBinding<'a>
impl<'a> Send for LeaseBinding<'a>
impl<'a> Sync for LeaseBinding<'a>
impl<'a> Unpin for LeaseBinding<'a>
impl<'a> UnsafeUnpin for LeaseBinding<'a>
impl<'a> UnwindSafe for LeaseBinding<'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