pub struct EntityGrantSearchRequest {
pub search: Option<Box<EntityGrantSearchCriteria>>,
}
Expand description
EntityGrantSearchRequest : Search request for entity grants.
Fields§
§search: Option<Box<EntityGrantSearchCriteria>>
Implementations§
Source§impl EntityGrantSearchRequest
impl EntityGrantSearchRequest
Sourcepub fn new() -> EntityGrantSearchRequest
pub fn new() -> EntityGrantSearchRequest
Search request for entity grants.
Trait Implementations§
Source§impl Clone for EntityGrantSearchRequest
impl Clone for EntityGrantSearchRequest
Source§fn clone(&self) -> EntityGrantSearchRequest
fn clone(&self) -> EntityGrantSearchRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EntityGrantSearchRequest
impl Debug for EntityGrantSearchRequest
Source§impl Default for EntityGrantSearchRequest
impl Default for EntityGrantSearchRequest
Source§fn default() -> EntityGrantSearchRequest
fn default() -> EntityGrantSearchRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EntityGrantSearchRequest
impl<'de> Deserialize<'de> for EntityGrantSearchRequest
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 EntityGrantSearchRequest
impl PartialEq for EntityGrantSearchRequest
Source§impl Serialize for EntityGrantSearchRequest
impl Serialize for EntityGrantSearchRequest
impl StructuralPartialEq for EntityGrantSearchRequest
Auto Trait Implementations§
impl Freeze for EntityGrantSearchRequest
impl RefUnwindSafe for EntityGrantSearchRequest
impl Send for EntityGrantSearchRequest
impl Sync for EntityGrantSearchRequest
impl Unpin for EntityGrantSearchRequest
impl UnwindSafe for EntityGrantSearchRequest
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