pub struct RegistrationPath {
pub path: String,
}Fields§
§path: StringTrait Implementations§
Source§impl Clone for RegistrationPath
impl Clone for RegistrationPath
Source§fn clone(&self) -> RegistrationPath
fn clone(&self) -> RegistrationPath
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 RegistrationPath
impl Debug for RegistrationPath
Source§impl Default for RegistrationPath
impl Default for RegistrationPath
Source§fn default() -> RegistrationPath
fn default() -> RegistrationPath
Returns the “default value” for a type. Read more
Source§impl<'a> MessageRead<'a> for RegistrationPath
impl<'a> MessageRead<'a> for RegistrationPath
Source§fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
Constructs an instance of
Self by reading from the given bytes
via the given reader. Read moreSource§impl MessageWrite for RegistrationPath
impl MessageWrite for RegistrationPath
Source§impl PartialEq for RegistrationPath
impl PartialEq for RegistrationPath
Source§impl Serialize for RegistrationPath
impl Serialize for RegistrationPath
impl StructuralPartialEq for RegistrationPath
Auto Trait Implementations§
impl Freeze for RegistrationPath
impl RefUnwindSafe for RegistrationPath
impl Send for RegistrationPath
impl Sync for RegistrationPath
impl Unpin for RegistrationPath
impl UnwindSafe for RegistrationPath
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