pub struct RisPrefixesRequest {
pub resource: String,
pub query_time: Option<String>,
pub list_prefixes: Option<bool>,
pub types: Option<String>,
pub af: Option<String>,
pub noise: Option<String>,
}Fields§
§resource: String§query_time: Option<String>§list_prefixes: Option<bool>§types: Option<String>§af: Option<String>§noise: Option<String>Trait Implementations§
Source§impl Clone for RisPrefixesRequest
impl Clone for RisPrefixesRequest
Source§fn clone(&self) -> RisPrefixesRequest
fn clone(&self) -> RisPrefixesRequest
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 RisPrefixesRequest
impl Debug for RisPrefixesRequest
Source§impl<'de> Deserialize<'de> for RisPrefixesRequest
impl<'de> Deserialize<'de> for RisPrefixesRequest
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
Source§impl PartialEq for RisPrefixesRequest
impl PartialEq for RisPrefixesRequest
Source§fn eq(&self, other: &RisPrefixesRequest) -> bool
fn eq(&self, other: &RisPrefixesRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RisPrefixesRequest
impl Serialize for RisPrefixesRequest
impl Eq for RisPrefixesRequest
impl StructuralPartialEq for RisPrefixesRequest
Auto Trait Implementations§
impl Freeze for RisPrefixesRequest
impl RefUnwindSafe for RisPrefixesRequest
impl Send for RisPrefixesRequest
impl Sync for RisPrefixesRequest
impl Unpin for RisPrefixesRequest
impl UnsafeUnpin for RisPrefixesRequest
impl UnwindSafe for RisPrefixesRequest
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