pub struct BuildSourceRef(/* private fields */);Expand description
Stable sealed build-source reference.
Implementations§
Trait Implementations§
Source§impl Clone for BuildSourceRef
impl Clone for BuildSourceRef
Source§fn clone(&self) -> BuildSourceRef
fn clone(&self) -> BuildSourceRef
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 moreSource§impl Debug for BuildSourceRef
impl Debug for BuildSourceRef
impl Eq for BuildSourceRef
Source§impl Ord for BuildSourceRef
impl Ord for BuildSourceRef
Source§fn cmp(&self, other: &BuildSourceRef) -> Ordering
fn cmp(&self, other: &BuildSourceRef) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for BuildSourceRef
impl PartialEq for BuildSourceRef
Source§impl PartialOrd for BuildSourceRef
impl PartialOrd for BuildSourceRef
impl StructuralPartialEq for BuildSourceRef
Auto Trait Implementations§
impl Freeze for BuildSourceRef
impl RefUnwindSafe for BuildSourceRef
impl Send for BuildSourceRef
impl Sync for BuildSourceRef
impl Unpin for BuildSourceRef
impl UnsafeUnpin for BuildSourceRef
impl UnwindSafe for BuildSourceRef
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