pub struct ServerStateListParams {
pub server: Option<Uuid>,
pub user: Option<u32>,
pub project: Option<u32>,
pub all: Option<bool>,
}Fields§
§server: Option<Uuid>§user: Option<u32>§project: Option<u32>§all: Option<bool>Trait Implementations§
Source§impl Clone for ServerStateListParams
impl Clone for ServerStateListParams
Source§fn clone(&self) -> ServerStateListParams
fn clone(&self) -> ServerStateListParams
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 ServerStateListParams
impl Debug for ServerStateListParams
Source§impl Default for ServerStateListParams
impl Default for ServerStateListParams
Source§fn default() -> ServerStateListParams
fn default() -> ServerStateListParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ServerStateListParams
impl<'de> Deserialize<'de> for ServerStateListParams
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 ServerStateListParams
impl PartialEq for ServerStateListParams
Source§impl Serialize for ServerStateListParams
impl Serialize for ServerStateListParams
impl StructuralPartialEq for ServerStateListParams
Auto Trait Implementations§
impl Freeze for ServerStateListParams
impl RefUnwindSafe for ServerStateListParams
impl Send for ServerStateListParams
impl Sync for ServerStateListParams
impl Unpin for ServerStateListParams
impl UnwindSafe for ServerStateListParams
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