pub struct RoleService(/* private fields */);Trait Implementations§
Source§impl Clone for RoleService
impl Clone for RoleService
Source§fn clone(&self) -> RoleService
fn clone(&self) -> RoleService
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RoleService
impl Debug for RoleService
Source§impl<'de> Deserialize<'de> for RoleService
impl<'de> Deserialize<'de> for RoleService
Source§fn deserialize<D>(
deserializer: D,
) -> Result<RoleService, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<RoleService, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl ModelField<String> for RoleService
impl ModelField<String> for RoleService
Source§impl Serialize for RoleService
impl Serialize for RoleService
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for RoleService
impl RefUnwindSafe for RoleService
impl Send for RoleService
impl Sync for RoleService
impl Unpin for RoleService
impl UnsafeUnpin for RoleService
impl UnwindSafe for RoleService
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