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