pub struct OrganizationList { /* private fields */ }Expand description
Native representation of a list of Organizations
Implementations§
Source§impl OrganizationList
impl OrganizationList
pub fn organizations(&self) -> &[Organization]
Trait Implementations§
Source§impl Clone for OrganizationList
impl Clone for OrganizationList
Source§fn clone(&self) -> OrganizationList
fn clone(&self) -> OrganizationList
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 OrganizationList
impl Debug for OrganizationList
Source§impl FromBytes<OrganizationList> for OrganizationList
impl FromBytes<OrganizationList> for OrganizationList
fn from_bytes(bytes: &[u8]) -> Result<OrganizationList, ProtoConversionError>
Source§impl FromNative<OrganizationList> for OrganizationList
impl FromNative<OrganizationList> for OrganizationList
fn from_native(org_list: OrganizationList) -> Result<Self, ProtoConversionError>
Source§impl FromProto<OrganizationList> for OrganizationList
impl FromProto<OrganizationList> for OrganizationList
fn from_proto( organization_list: OrganizationList, ) -> Result<Self, ProtoConversionError>
Source§impl IntoBytes for OrganizationList
impl IntoBytes for OrganizationList
fn into_bytes(self) -> Result<Vec<u8>, ProtoConversionError>
Source§impl IntoNative<OrganizationList> for OrganizationList
impl IntoNative<OrganizationList> for OrganizationList
fn into_native(self) -> Result<T, ProtoConversionError>
Source§impl IntoProto<OrganizationList> for OrganizationList
impl IntoProto<OrganizationList> for OrganizationList
fn into_proto(self) -> Result<T, ProtoConversionError>
Source§impl PartialEq for OrganizationList
impl PartialEq for OrganizationList
impl StructuralPartialEq for OrganizationList
Auto Trait Implementations§
impl Freeze for OrganizationList
impl RefUnwindSafe for OrganizationList
impl Send for OrganizationList
impl Sync for OrganizationList
impl Unpin for OrganizationList
impl UnwindSafe for OrganizationList
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