pub struct PostCollectionsForkCollectionIdRequest {
pub collection_id: String,
pub workspace: String,
pub data: PostCollectionsForkCollectionIdBody,
}
Fields§
§collection_id: String
§workspace: String
§data: PostCollectionsForkCollectionIdBody
Auto Trait Implementations§
impl Freeze for PostCollectionsForkCollectionIdRequest
impl RefUnwindSafe for PostCollectionsForkCollectionIdRequest
impl Send for PostCollectionsForkCollectionIdRequest
impl Sync for PostCollectionsForkCollectionIdRequest
impl Unpin for PostCollectionsForkCollectionIdRequest
impl UnwindSafe for PostCollectionsForkCollectionIdRequest
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