pub struct UpdateFont;
Expand description
Update a user font.
Trait Implementations§
Source§impl ApiEndpoint for Update
impl ApiEndpoint for Update
Source§type Req = UserFontNameRequest
type Req = UserFontNameRequest
The request type for this endpoint.
Source§type Path = UserFontUpdatePath
type Path = UserFontUpdatePath
The path type for this endpoint.
Source§type Err = EmptyError
type Err = EmptyError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for Update
impl RefUnwindSafe for Update
impl Send for Update
impl Sync for Update
impl Unpin for Update
impl UnwindSafe for Update
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