pub struct FSharpSnippets;Expand description
Pre-built F# code snippets for common patterns.
Implementations§
Source§impl FSharpSnippets
impl FSharpSnippets
Sourcepub fn option_map() -> String
pub fn option_map() -> String
An option map function.
Sourcepub fn option_bind() -> String
pub fn option_bind() -> String
An option bind function.
Sourcepub fn result_map() -> String
pub fn result_map() -> String
A result map function.
Auto Trait Implementations§
impl Freeze for FSharpSnippets
impl RefUnwindSafe for FSharpSnippets
impl Send for FSharpSnippets
impl Sync for FSharpSnippets
impl Unpin for FSharpSnippets
impl UnsafeUnpin for FSharpSnippets
impl UnwindSafe for FSharpSnippets
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