pub struct LSPSUrl(/* private fields */);Expand description
Represents a parsed URL for LSPS5 webhook notifications.
Implementations§
Trait Implementations§
Source§impl Writeable for LSPSUrl
impl Writeable for LSPSUrl
impl Eq for LSPSUrl
impl StructuralPartialEq for LSPSUrl
Auto Trait Implementations§
impl Freeze for LSPSUrl
impl RefUnwindSafe for LSPSUrl
impl Send for LSPSUrl
impl Sync for LSPSUrl
impl Unpin for LSPSUrl
impl UnwindSafe for LSPSUrl
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<T> LengthReadable for Twhere
T: Readable,
impl<T> LengthReadable for Twhere
T: Readable,
Source§fn read_from_fixed_length_buffer<R>(reader: &mut R) -> Result<T, DecodeError>where
R: LengthLimitedRead,
fn read_from_fixed_length_buffer<R>(reader: &mut R) -> Result<T, DecodeError>where
R: LengthLimitedRead,
Reads a
Self in from the given LengthLimitedRead.