pub struct OLKS {
keyspace: &'static str,
codechar: char,
}
Expand description
An OpenLibrary keyspace.
Fields§
§keyspace: &'static str
§codechar: char
Auto Trait Implementations§
impl Freeze for OLKS
impl RefUnwindSafe for OLKS
impl Send for OLKS
impl Sync for OLKS
impl Unpin for OLKS
impl UnwindSafe for OLKS
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