pub struct RegionObject {
pub release: String,
pub object: String,
pub bucket: String,
pub url: String,
}Expand description
Region-specific object in an object store, such as on IBMCloud or PowerVS.
Fields§
§release: StringThe release version of FCOS.
object: StringThe name of the object in the object store.
bucket: StringThe bucket where the object resides.
url: StringThe url of the object.
Trait Implementations§
Source§impl Debug for RegionObject
impl Debug for RegionObject
Source§impl<'de> Deserialize<'de> for RegionObject
impl<'de> Deserialize<'de> for RegionObject
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RegionObject
impl PartialEq for RegionObject
impl Eq for RegionObject
impl StructuralPartialEq for RegionObject
Auto Trait Implementations§
impl Freeze for RegionObject
impl RefUnwindSafe for RegionObject
impl Send for RegionObject
impl Sync for RegionObject
impl Unpin for RegionObject
impl UnwindSafe for RegionObject
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