pub struct EntityGrantSearchResponse {
pub grants: Option<Vec<EntityGrant>>,
pub total: Option<i64>,
}Expand description
EntityGrantSearchResponse : Search request for entity grants.
Fields§
§grants: Option<Vec<EntityGrant>>§total: Option<i64>Implementations§
Source§impl EntityGrantSearchResponse
impl EntityGrantSearchResponse
Sourcepub fn new() -> EntityGrantSearchResponse
pub fn new() -> EntityGrantSearchResponse
Search request for entity grants.
Trait Implementations§
Source§impl Clone for EntityGrantSearchResponse
impl Clone for EntityGrantSearchResponse
Source§fn clone(&self) -> EntityGrantSearchResponse
fn clone(&self) -> EntityGrantSearchResponse
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 EntityGrantSearchResponse
impl Debug for EntityGrantSearchResponse
Source§impl Default for EntityGrantSearchResponse
impl Default for EntityGrantSearchResponse
Source§fn default() -> EntityGrantSearchResponse
fn default() -> EntityGrantSearchResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EntityGrantSearchResponse
impl<'de> Deserialize<'de> for EntityGrantSearchResponse
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
impl StructuralPartialEq for EntityGrantSearchResponse
Auto Trait Implementations§
impl Freeze for EntityGrantSearchResponse
impl RefUnwindSafe for EntityGrantSearchResponse
impl Send for EntityGrantSearchResponse
impl Sync for EntityGrantSearchResponse
impl Unpin for EntityGrantSearchResponse
impl UnwindSafe for EntityGrantSearchResponse
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