pub struct CommitEndpoint {
http_client: HttpClientRef,
id: Uuid,
}
Fields§
§http_client: HttpClientRef
§id: Uuid
Implementations§
Source§impl CommitEndpoint
impl CommitEndpoint
pub fn post(&self) -> SubmitMangaDraftBuilder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommitEndpoint
impl !RefUnwindSafe for CommitEndpoint
impl !Send for CommitEndpoint
impl !Sync for CommitEndpoint
impl Unpin for CommitEndpoint
impl !UnwindSafe for CommitEndpoint
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