pub struct SetShowHingeBuilder { /* private fields */ }Expand description
Builder for SetShowHinge.
Implementations§
Source§impl SetShowHingeBuilder
impl SetShowHingeBuilder
Sourcepub fn hinge_config<VALUE: Into<HingeConfig>>(
&mut self,
value: VALUE,
) -> &mut Self
pub fn hinge_config<VALUE: Into<HingeConfig>>( &mut self, value: VALUE, ) -> &mut Self
hinge data, null means hideHinge
Sourcepub fn build(&self) -> Result<SetShowHinge, SetShowHingeBuilderError>
pub fn build(&self) -> Result<SetShowHinge, SetShowHingeBuilderError>
Trait Implementations§
Source§impl Clone for SetShowHingeBuilder
impl Clone for SetShowHingeBuilder
Source§fn clone(&self) -> SetShowHingeBuilder
fn clone(&self) -> SetShowHingeBuilder
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for SetShowHingeBuilder
impl RefUnwindSafe for SetShowHingeBuilder
impl Send for SetShowHingeBuilder
impl Sync for SetShowHingeBuilder
impl Unpin for SetShowHingeBuilder
impl UnsafeUnpin for SetShowHingeBuilder
impl UnwindSafe for SetShowHingeBuilder
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