Struct release_utils::release::RemoteCrateExists
source · pub struct RemoteCrateExists(pub bool);Expand description
Returned by update_index to indicate whether a crate exists on
crates.io.
Tuple Fields§
§0: boolAuto Trait Implementations§
impl RefUnwindSafe for RemoteCrateExists
impl Send for RemoteCrateExists
impl Sync for RemoteCrateExists
impl Unpin for RemoteCrateExists
impl UnwindSafe for RemoteCrateExists
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