pub struct Container0 { /* private fields */ }Implementations
sourceimpl Container0
impl Container0
pub fn border_width(self, border_width: f32) -> Self
pub fn border_radius(self, border_radius: f32) -> Self
Trait Implementations
sourceimpl Default for Container0
impl Default for Container0
sourceimpl StyleSheet for Container0
impl StyleSheet for Container0
Auto Trait Implementations
impl RefUnwindSafe for Container0
impl Send for Container0
impl Sync for Container0
impl Unpin for Container0
impl UnwindSafe for Container0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more