pub struct DeleteCustomList {
pub list_id: Uuid,
/* private fields */
}
Fields§
§list_id: Uuid
Implementations§
Trait Implementations§
Source§impl Clone for DeleteCustomList
impl Clone for DeleteCustomList
Source§fn clone(&self) -> DeleteCustomList
fn clone(&self) -> DeleteCustomList
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 DeleteCustomList
impl Debug for DeleteCustomList
Source§impl Endpoint for DeleteCustomList
impl Endpoint for DeleteCustomList
Auto Trait Implementations§
impl Freeze for DeleteCustomList
impl !RefUnwindSafe for DeleteCustomList
impl !Send for DeleteCustomList
impl !Sync for DeleteCustomList
impl Unpin for DeleteCustomList
impl !UnwindSafe for DeleteCustomList
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