pub struct SendLocalListResponse {
pub status: Status,
}Fields§
§status: StatusTrait Implementations§
Source§impl Clone for SendLocalListResponse
impl Clone for SendLocalListResponse
Source§fn clone(&self) -> SendLocalListResponse
fn clone(&self) -> SendLocalListResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SendLocalListResponse
impl Debug for SendLocalListResponse
impl Eq for SendLocalListResponse
Source§impl PartialEq for SendLocalListResponse
impl PartialEq for SendLocalListResponse
impl StructuralPartialEq for SendLocalListResponse
Auto Trait Implementations§
impl Freeze for SendLocalListResponse
impl RefUnwindSafe for SendLocalListResponse
impl Send for SendLocalListResponse
impl Sync for SendLocalListResponse
impl Unpin for SendLocalListResponse
impl UnsafeUnpin for SendLocalListResponse
impl UnwindSafe for SendLocalListResponse
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