pub struct IpSetResponse {
pub message: String,
pub status: String,
}Expand description
Generic success response from set/modify IP.
Fields§
§message: String§status: StringTrait Implementations§
Source§impl Clone for IpSetResponse
impl Clone for IpSetResponse
Source§fn clone(&self) -> IpSetResponse
fn clone(&self) -> IpSetResponse
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 IpSetResponse
impl Debug for IpSetResponse
Source§impl<'de> Deserialize<'de> for IpSetResponse
impl<'de> Deserialize<'de> for IpSetResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for IpSetResponse
impl RefUnwindSafe for IpSetResponse
impl Send for IpSetResponse
impl Sync for IpSetResponse
impl Unpin for IpSetResponse
impl UnsafeUnpin for IpSetResponse
impl UnwindSafe for IpSetResponse
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