pub struct RoleList { /* private fields */ }Expand description
Native representation of a list of Roles
Implementations
Trait Implementations
sourceimpl FromBytes<RoleList> for RoleList
impl FromBytes<RoleList> for RoleList
fn from_bytes(bytes: &[u8]) -> Result<RoleList, ProtoConversionError>
sourceimpl FromNative<RoleList> for RoleList
impl FromNative<RoleList> for RoleList
fn from_native(role_list: RoleList) -> Result<Self, ProtoConversionError>
sourceimpl FromProto<RoleList> for RoleList
impl FromProto<RoleList> for RoleList
fn from_proto(role_list: RoleList) -> Result<Self, ProtoConversionError>
sourceimpl IntoBytes for RoleList
impl IntoBytes for RoleList
fn into_bytes(self) -> Result<Vec<u8>, ProtoConversionError>
sourceimpl IntoNative<RoleList> for RoleList
impl IntoNative<RoleList> for RoleList
fn into_native(self) -> Result<T, ProtoConversionError>
sourceimpl IntoProto<RoleList> for RoleList
impl IntoProto<RoleList> for RoleList
fn into_proto(self) -> Result<T, ProtoConversionError>
impl StructuralPartialEq for RoleList
Auto Trait Implementations
impl RefUnwindSafe for RoleList
impl Send for RoleList
impl Sync for RoleList
impl Unpin for RoleList
impl UnwindSafe for RoleList
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more