Struct asyncgit::PushTagsRequest [−][src]
pub struct PushTagsRequest {
pub remote: String,
pub basic_credential: Option<BasicAuthCredential>,
}Expand description
Fields
remote: Stringbasic_credential: Option<BasicAuthCredential>Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PushTagsRequest
impl Send for PushTagsRequest
impl Sync for PushTagsRequest
impl Unpin for PushTagsRequest
impl UnwindSafe for PushTagsRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Cast to integer, truncating Read more
Cast to the nearest integer Read more
Cast the floor to an integer Read more
Try converting to integer with truncation Read more
Try converting to the nearest integer Read more
Try converting the floor to an integer Read more
Try convert the ceiling to an integer Read more