pub struct GetBlobsQuery {
pub shas: String,
}Fields§
§shas: Stringa comma separated list of blob-sha (mind the overall URL-length limit of ~2,083 chars)
Trait Implementations§
Source§impl Clone for GetBlobsQuery
impl Clone for GetBlobsQuery
Source§fn clone(&self) -> GetBlobsQuery
fn clone(&self) -> GetBlobsQuery
Returns a duplicate 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 moreSource§impl Debug for GetBlobsQuery
impl Debug for GetBlobsQuery
Source§impl PartialEq for GetBlobsQuery
impl PartialEq for GetBlobsQuery
impl StructuralPartialEq for GetBlobsQuery
Auto Trait Implementations§
impl Freeze for GetBlobsQuery
impl RefUnwindSafe for GetBlobsQuery
impl Send for GetBlobsQuery
impl Sync for GetBlobsQuery
impl Unpin for GetBlobsQuery
impl UnwindSafe for GetBlobsQuery
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