pub type LimitSupport = LimitSupport;
👎Deprecated: this type has been moved to image::LimitSupport
Expand description
Deprecated re-export of LimitSupport
Aliased Type§
struct LimitSupport {}
Trait Implementations
Source§impl Clone for LimitSupport
impl Clone for LimitSupport
Source§fn clone(&self) -> LimitSupport
fn clone(&self) -> LimitSupport
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LimitSupport
impl Debug for LimitSupport
Source§impl Default for LimitSupport
impl Default for LimitSupport
Source§fn default() -> LimitSupport
fn default() -> LimitSupport
Returns the “default value” for a type. Read more