pub struct ElementSegment { /* private fields */ }Implementations§
Trait Implementations§
Source§impl From<&ElementSegment> for ElementSegment
impl From<&ElementSegment> for ElementSegment
Source§fn from(seg: &ElementSegment) -> Self
fn from(seg: &ElementSegment) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ElementSegment
impl RefUnwindSafe for ElementSegment
impl Send for ElementSegment
impl Sync for ElementSegment
impl Unpin for ElementSegment
impl UnwindSafe for ElementSegment
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