pub struct CoverIdEndpoint {
http_client: HttpClientRef,
cover_id: Uuid,
}
Fields§
§http_client: HttpClientRef
§cover_id: Uuid
Implementations§
Source§impl CoverIdEndpoint
impl CoverIdEndpoint
pub fn delete(&self) -> DeleteCoverBuilder
pub fn get(&self) -> GetCoverBuilder
pub fn put(&self) -> EditCoverBuilder
Trait Implementations§
Source§impl Clone for CoverIdEndpoint
impl Clone for CoverIdEndpoint
Source§fn clone(&self) -> CoverIdEndpoint
fn clone(&self) -> CoverIdEndpoint
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for CoverIdEndpoint
impl !RefUnwindSafe for CoverIdEndpoint
impl !Send for CoverIdEndpoint
impl !Sync for CoverIdEndpoint
impl Unpin for CoverIdEndpoint
impl !UnwindSafe for CoverIdEndpoint
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