pub struct IdentitySectionSym;Expand description
Identity section symmetry.
Trait Implementations§
Source§impl Clone for IdentitySectionSym
impl Clone for IdentitySectionSym
Source§fn clone(&self) -> IdentitySectionSym
fn clone(&self) -> IdentitySectionSym
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 Copy for IdentitySectionSym
Source§impl Debug for IdentitySectionSym
impl Debug for IdentitySectionSym
Source§impl Default for IdentitySectionSym
impl Default for IdentitySectionSym
Source§fn default() -> IdentitySectionSym
fn default() -> IdentitySectionSym
Returns the “default value” for a type. Read more
Source§impl<O: Copy> SectionSym<O> for IdentitySectionSym
impl<O: Copy> SectionSym<O> for IdentitySectionSym
Auto Trait Implementations§
impl Freeze for IdentitySectionSym
impl RefUnwindSafe for IdentitySectionSym
impl Send for IdentitySectionSym
impl Sync for IdentitySectionSym
impl Unpin for IdentitySectionSym
impl UnsafeUnpin for IdentitySectionSym
impl UnwindSafe for IdentitySectionSym
Blanket Implementations§
Source§impl<T> AccumulatePathExt for T
impl<T> AccumulatePathExt for T
fn accumulate_path<O, I>(path: I) -> Owhere
O: Orientation,
I: IntoIterator<Item = O>,
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