pub struct KeyRename<'a, 'b> {
pub name: &'a str,
pub new: &'b str,
pub force: bool,
}
Fields§
§name: &'a str
§new: &'b str
§force: bool
Trait Implementations§
Source§impl<'a, 'b> ApiRequest for KeyRename<'a, 'b>
impl<'a, 'b> ApiRequest for KeyRename<'a, 'b>
Source§impl<'a, 'b> Serialize for KeyRename<'a, 'b>
impl<'a, 'b> Serialize for KeyRename<'a, 'b>
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<'a, 'b> Freeze for KeyRename<'a, 'b>
impl<'a, 'b> RefUnwindSafe for KeyRename<'a, 'b>
impl<'a, 'b> Send for KeyRename<'a, 'b>
impl<'a, 'b> Sync for KeyRename<'a, 'b>
impl<'a, 'b> Unpin for KeyRename<'a, 'b>
impl<'a, 'b> UnwindSafe for KeyRename<'a, 'b>
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