pub struct Published {
pub url: String,
pub updated: bool,
}Expand description
The outcome of a publish: the gist’s page URL, and whether an existing
gist for the session was edited in place rather than a new one created.
Fields§
§url: String§updated: boolTrait Implementations§
impl Eq for Published
impl StructuralPartialEq for Published
Auto Trait Implementations§
impl Freeze for Published
impl RefUnwindSafe for Published
impl Send for Published
impl Sync for Published
impl Unpin for Published
impl UnsafeUnpin for Published
impl UnwindSafe for Published
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