pub struct SourceIdentity(/* private fields */);Expand description
Stable identity scope for a geometry-producing source.
Implementations§
Trait Implementations§
Source§impl Clone for SourceIdentity
impl Clone for SourceIdentity
Source§fn clone(&self) -> SourceIdentity
fn clone(&self) -> SourceIdentity
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 moreSource§impl Debug for SourceIdentity
impl Debug for SourceIdentity
Source§impl PartialEq for SourceIdentity
impl PartialEq for SourceIdentity
impl Eq for SourceIdentity
impl StructuralPartialEq for SourceIdentity
Auto Trait Implementations§
impl Freeze for SourceIdentity
impl RefUnwindSafe for SourceIdentity
impl Send for SourceIdentity
impl Sync for SourceIdentity
impl Unpin for SourceIdentity
impl UnwindSafe for SourceIdentity
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