pub enum PublicationFramePlacement {
TitlePage,
MusicPages,
EveryPage,
}Expand description
The page scope in which a host should draw a publication frame.
Variants§
Trait Implementations§
Source§impl Clone for PublicationFramePlacement
impl Clone for PublicationFramePlacement
impl Copy for PublicationFramePlacement
Source§impl Debug for PublicationFramePlacement
impl Debug for PublicationFramePlacement
Source§impl Default for PublicationFramePlacement
impl Default for PublicationFramePlacement
Source§impl<'de> Deserialize<'de> for PublicationFramePlacement
impl<'de> Deserialize<'de> for PublicationFramePlacement
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PublicationFramePlacement
impl StructuralPartialEq for PublicationFramePlacement
Auto Trait Implementations§
impl Freeze for PublicationFramePlacement
impl RefUnwindSafe for PublicationFramePlacement
impl Send for PublicationFramePlacement
impl Sync for PublicationFramePlacement
impl Unpin for PublicationFramePlacement
impl UnsafeUnpin for PublicationFramePlacement
impl UnwindSafe for PublicationFramePlacement
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