pub struct SinglePath(/* private fields */);Available on crate feature 
api only.Expand description
The endpoint has a single path.
This means that the endpoint has no path history, or the Matrix spec has no way to manage path history in the API that it is a part of.
Implementations§
Source§impl SinglePath
 
impl SinglePath
Trait Implementations§
Source§impl Clone for SinglePath
 
impl Clone for SinglePath
Source§fn clone(&self) -> SinglePath
 
fn clone(&self) -> SinglePath
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 SinglePath
 
impl Debug for SinglePath
Source§impl PartialEq for SinglePath
 
impl PartialEq for SinglePath
Source§impl PathBuilder for SinglePath
 
impl PathBuilder for SinglePath
impl Eq for SinglePath
impl StructuralPartialEq for SinglePath
Auto Trait Implementations§
impl Freeze for SinglePath
impl RefUnwindSafe for SinglePath
impl Send for SinglePath
impl Sync for SinglePath
impl Unpin for SinglePath
impl UnwindSafe for SinglePath
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
Source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.