pub struct PreservedSegment {
pub head_uuid: String,
pub anchor_uuid: String,
pub tail_uuid: String,
}Fields§
§head_uuid: String§anchor_uuid: String§tail_uuid: StringTrait Implementations§
Source§impl Clone for PreservedSegment
impl Clone for PreservedSegment
Source§fn clone(&self) -> PreservedSegment
fn clone(&self) -> PreservedSegment
Returns a duplicate 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 PreservedSegment
impl Debug for PreservedSegment
Source§impl<'de> Deserialize<'de> for PreservedSegment
impl<'de> Deserialize<'de> for PreservedSegment
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PreservedSegment
impl RefUnwindSafe for PreservedSegment
impl Send for PreservedSegment
impl Sync for PreservedSegment
impl Unpin for PreservedSegment
impl UnsafeUnpin for PreservedSegment
impl UnwindSafe for PreservedSegment
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