pub struct RemoteTag {
pub name: CalendarTag,
pub object: String,
pub commit: String,
pub annotated: bool,
}Fields§
§name: CalendarTag§object: String§commit: String§annotated: boolTrait Implementations§
impl Eq for RemoteTag
impl StructuralPartialEq for RemoteTag
Auto Trait Implementations§
impl Freeze for RemoteTag
impl RefUnwindSafe for RemoteTag
impl Send for RemoteTag
impl Sync for RemoteTag
impl Unpin for RemoteTag
impl UnsafeUnpin for RemoteTag
impl UnwindSafe for RemoteTag
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