pub struct OrgPath(/* private fields */);Expand description
An ordered org-path (root to self, inclusive), transported via X-Org-Path.
Wire format: comma-separated UUID strings, e.g.
"550e8400-e29b-41d4-a716-446655440000,660e8400-e29b-41d4-a716-446655440001".
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for OrgPath
impl<'de> Deserialize<'de> for OrgPath
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
impl Eq for OrgPath
impl StructuralPartialEq for OrgPath
Auto Trait Implementations§
impl Freeze for OrgPath
impl RefUnwindSafe for OrgPath
impl Send for OrgPath
impl Sync for OrgPath
impl Unpin for OrgPath
impl UnsafeUnpin for OrgPath
impl UnwindSafe for OrgPath
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