[−][src]Struct openstack::image::Image
Structure representing a single image.
Implementations
impl Image[src]
pub fn architecture(&self) -> &Option<String>[src]
Image architecture.
pub fn checksum(&self) -> &Option<String>[src]
Checksum of the image.
pub fn container_format(&self) -> Option<ImageContainerFormat>[src]
Container format.
pub fn created_at(&self) -> DateTime<FixedOffset>[src]
Creating date and time.
pub fn disk_format(&self) -> Option<ImageDiskFormat>[src]
Disk format.
pub fn id(&self) -> &String[src]
Unique ID.
pub fn minimum_required_disk(&self) -> u32[src]
Minimum required disk size in GiB.
Can be zero, if no requirements are known.
pub fn minimum_required_ram(&self) -> u32[src]
Minimum required disk size in GiB, if set.
Can be zero, if no requirements are known.
pub fn name(&self) -> &String[src]
Image name.
pub fn size(&self) -> Option<u64>[src]
Image size in bytes.
pub fn status(&self) -> ImageStatus[src]
Image status.
pub fn updated_at(&self) -> DateTime<FixedOffset>[src]
Last update date and time.
pub fn virtual_size(&self) -> Option<u64>[src]
Virtual size of the image.
pub fn visibility(&self) -> ImageVisibility[src]
Image visibility.
Trait Implementations
impl Clone for Image[src]
impl Debug for Image[src]
impl From<Image> for ImageRef[src]
impl Refresh for Image[src]
Auto Trait Implementations
impl !RefUnwindSafe for Image
impl !Send for Image
impl !Sync for Image
impl Unpin for Image
impl !UnwindSafe for Image
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
fn instrument(self, span: Span) -> Instrumented<Self>[src]
fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Instrument for T[src]
fn instrument(self, span: Span) -> Instrumented<Self>[src]
fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,