Struct ockam_api::cloud::share::InvitationWithAccess
source · pub struct InvitationWithAccess {
pub invitation: ReceivedInvitation,
pub service_access_details: Option<ServiceAccessDetails>,
}Fields§
§invitation: ReceivedInvitation§service_access_details: Option<ServiceAccessDetails>Trait Implementations§
source§impl Clone for InvitationWithAccess
impl Clone for InvitationWithAccess
source§fn clone(&self) -> InvitationWithAccess
fn clone(&self) -> InvitationWithAccess
Returns a copy 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 InvitationWithAccess
impl Debug for InvitationWithAccess
source§impl<'bytes, Ctx> Decode<'bytes, Ctx> for InvitationWithAccess
impl<'bytes, Ctx> Decode<'bytes, Ctx> for InvitationWithAccess
source§impl<'de> Deserialize<'de> for InvitationWithAccess
impl<'de> Deserialize<'de> for InvitationWithAccess
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<Ctx> Encode<Ctx> for InvitationWithAccess
impl<Ctx> Encode<Ctx> for InvitationWithAccess
source§impl PartialEq for InvitationWithAccess
impl PartialEq for InvitationWithAccess
source§impl Serialize for InvitationWithAccess
impl Serialize for InvitationWithAccess
impl Eq for InvitationWithAccess
Auto Trait Implementations§
impl RefUnwindSafe for InvitationWithAccess
impl Send for InvitationWithAccess
impl Sync for InvitationWithAccess
impl Unpin for InvitationWithAccess
impl UnwindSafe for InvitationWithAccess
Blanket Implementations§
source§impl<D> AsyncTryClone for D
impl<D> AsyncTryClone for D
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
source§impl<T> Decodable for Twhere
T: DeserializeOwned,
impl<T> Decodable for Twhere
T: DeserializeOwned,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.