pub struct DiscoverByIdentityKeyArgs {
pub identity_key: PublicKey,
pub limit: Option<u32>,
pub offset: Option<u32>,
pub seek_permission: Option<bool>,
}Expand description
Arguments for discovering certificates by identity key.
Fields§
§identity_key: PublicKey§limit: Option<u32>§offset: Option<u32>§seek_permission: Option<bool>Trait Implementations§
Source§impl Clone for DiscoverByIdentityKeyArgs
impl Clone for DiscoverByIdentityKeyArgs
Source§fn clone(&self) -> DiscoverByIdentityKeyArgs
fn clone(&self) -> DiscoverByIdentityKeyArgs
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 moreAuto Trait Implementations§
impl Freeze for DiscoverByIdentityKeyArgs
impl !RefUnwindSafe for DiscoverByIdentityKeyArgs
impl Send for DiscoverByIdentityKeyArgs
impl Sync for DiscoverByIdentityKeyArgs
impl Unpin for DiscoverByIdentityKeyArgs
impl UnsafeUnpin for DiscoverByIdentityKeyArgs
impl !UnwindSafe for DiscoverByIdentityKeyArgs
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