Struct shadowsocks::manager::protocol::RemoveResponse
source · pub struct RemoveResponse(pub String);Expand description
remove response
Tuple Fields§
§0: StringTrait Implementations§
source§impl Clone for RemoveResponse
impl Clone for RemoveResponse
source§fn clone(&self) -> RemoveResponse
fn clone(&self) -> RemoveResponse
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 RemoveResponse
impl Debug for RemoveResponse
Auto Trait Implementations§
impl Freeze for RemoveResponse
impl RefUnwindSafe for RemoveResponse
impl Send for RemoveResponse
impl Sync for RemoveResponse
impl Unpin for RemoveResponse
impl UnwindSafe for RemoveResponse
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