pub struct MediaUrlDeletePath(pub Url);
Tuple Fields§
§0: Url
Trait Implementations§
Source§impl Clone for MediaUrlDeletePath
impl Clone for MediaUrlDeletePath
Source§fn clone(&self) -> MediaUrlDeletePath
fn clone(&self) -> MediaUrlDeletePath
Returns a copy 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 MediaUrlDeletePath
impl Debug for MediaUrlDeletePath
Auto Trait Implementations§
impl Freeze for MediaUrlDeletePath
impl RefUnwindSafe for MediaUrlDeletePath
impl Send for MediaUrlDeletePath
impl Sync for MediaUrlDeletePath
impl Unpin for MediaUrlDeletePath
impl UnwindSafe for MediaUrlDeletePath
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