pub struct ExtendedUrl {
pub directoin: u32,
pub url: String,
pub host: String,
}Fields§
§directoin: u32§url: String§host: StringTrait Implementations§
Source§impl Clone for ExtendedUrl
impl Clone for ExtendedUrl
Source§fn clone(&self) -> ExtendedUrl
fn clone(&self) -> ExtendedUrl
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 ExtendedUrl
impl Debug for ExtendedUrl
Source§impl Decodeable for ExtendedUrl
impl Decodeable for ExtendedUrl
fn read_and_decode(stream: &mut dyn ReadSeeker) -> Result<ExtendedUrl, Error>
Auto Trait Implementations§
impl Freeze for ExtendedUrl
impl RefUnwindSafe for ExtendedUrl
impl Send for ExtendedUrl
impl Sync for ExtendedUrl
impl Unpin for ExtendedUrl
impl UnwindSafe for ExtendedUrl
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