pub struct FramePluginBuilder {}Implementations§
Source§impl FramePluginBuilder
impl FramePluginBuilder
pub fn new() -> Self
pub fn titlebar_height(self, _: u32) -> Self
pub fn auto_titlebar(self, _: bool) -> Self
pub fn snap_overlay_delay_ms(self, _: u64) -> Self
pub fn close_hover_bg(self, _: impl Into<String>) -> Self
pub fn build<R: Runtime>(self) -> TauriPlugin<R>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FramePluginBuilder
impl RefUnwindSafe for FramePluginBuilder
impl Send for FramePluginBuilder
impl Sync for FramePluginBuilder
impl Unpin for FramePluginBuilder
impl UnwindSafe for FramePluginBuilder
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