pub struct RoleUri {
pub provider: ProviderKind,
pub role: String,
pub query: Vec<(String, Option<String>)>,
}Fields§
§provider: ProviderKind§role: String§query: Vec<(String, Option<String>)>Implementations§
Trait Implementations§
impl Eq for RoleUri
impl StructuralPartialEq for RoleUri
Auto Trait Implementations§
impl Freeze for RoleUri
impl RefUnwindSafe for RoleUri
impl Send for RoleUri
impl Sync for RoleUri
impl Unpin for RoleUri
impl UnsafeUnpin for RoleUri
impl UnwindSafe for RoleUri
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