[][src]Struct ironoxide::group::GroupGetResult

pub struct GroupGetResult { /* fields omitted */ }

Group information.

Methods

impl GroupGetResult[src]

pub fn id(&self) -> &GroupId[src]

unique id of the group (within the segment)

pub fn name(&self) -> Option<&GroupName>[src]

pub fn group_master_public_key(&self) -> &PublicKey[src]

pub fn is_admin(&self) -> bool[src]

true if the calling user is a group administrator

pub fn is_member(&self) -> bool[src]

true if the calling user is a group member

pub fn created(&self) -> &DateTime<Utc>[src]

pub fn last_updated(&self) -> &DateTime<Utc>[src]

pub fn admin_list(&self) -> Option<&Vec<UserId>>[src]

List of all group admins. Group admins can change group membership.

pub fn member_list(&self) -> Option<&Vec<UserId>>[src]

List of group members. Members of a group can decrypt values encrypted to the group.

Trait Implementations

impl Debug for GroupGetResult[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err